home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail.cf / doc / 2.files < prev    next >
Encoding:
Text File  |  1987-05-14  |  1.9 KB  |  76 lines

  1. What is Where and Why
  2.  
  3. The distribution of files in this directory tree is as follows:
  4.  
  5. sendmail.cf/ - root directory
  6.  
  7. cf.m4 -
  8.     site and host independent portions of the sendmail configuration
  9.     (excluding mailers)
  10.  
  11. mailers.m4 -
  12.     site and host independent mailer definitions
  13.  
  14. doc/ -
  15.     various documentation
  16.  
  17. awk/ -
  18.     various useful (at least to me) awk scripts
  19.  
  20. bin/ -
  21.     useful shell scripts
  22.  
  23. src/ -
  24.     source for useful 'C' programs
  25.  
  26. hostname/ -
  27.     host dependent files
  28.  
  29. hostname/Makefile -
  30.     makefile for sendmail.cf for this host
  31.  
  32. hostname/localdomain -
  33.     local domain for this site (e.g., HARVARD.EDU)
  34.  
  35. hostname/options -
  36.     various sendmail options (log level, queueing interval, etc.)
  37.  
  38. hostname/trusted -
  39.     list of trusted users (those users who can specify 'from' addresses,
  40.     usually uucp and daemon)
  41.  
  42. hostname/defines -
  43.     global sendmail configuration options
  44.  
  45. hostname/hostnames -
  46.     definitions of net-hostnames and mail servers and/or clients
  47.  
  48. hostname/relays -
  49.     definitions of relay hosts
  50.  
  51. hostname/relayrules -
  52.     special routing rules
  53.  
  54. /usr/local/lib/mail/mailhosts
  55.     list of hostnames which are local, including any and all aliases for
  56.     those hosts.  Any host which is addressed without a domain will be
  57.     considered local, so this file is not completely necessary, but it
  58.     is useful for addresses like 'host!user', which is transformed
  59.     to 'user@host.UUCP' for non-local hosts, and 'user@host' for local
  60.     hosts.
  61.  
  62. /usr/local/lib/mail/mailhosts.ether -
  63.     list of local hosts which are reachable via ethernet
  64.  
  65. /usr/local/lib/mail/mailhosts.bitnet -
  66.     list of local hosts which are reachable via bitnet
  67.  
  68. /usr/local/lib/mail/mailhosts.decnet -
  69.     list of local hosts which are reachable via decnet
  70.  
  71. /usr/local/lib/mail/mailhosts.uucp -
  72.     list of local AND non-local hosts which are reachable via direct UUCP
  73.  
  74. /usr/local/lib/mail/mailhosts.arpadomains
  75.     list of known top-level ARPAnet domains
  76.